From: Chong Yidong Date: Sat, 17 Jul 2010 21:57:06 +0000 (-0400) Subject: Doc fix to commentary (Bug#6653). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~580 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=49e34c9c1999770004f526f414b015fffc58656a;p=emacs.git Doc fix to commentary (Bug#6653). --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 6bb31ca5cc4..c8f9834cf64 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -47,7 +47,7 @@ ;; using the same *compilation* buffer. this necessitates re-parsing markers. ;; FILE-STRUCTURE is a list of -;; ((FILENAME . DIRECTORY) FORMATS (LINE LOC ...) ...) +;; ((FILENAME DIRECTORY) FORMATS (LINE LOC ...) ...) ;; FILENAME is a string parsed from an error message. DIRECTORY is a string ;; obtained by following directory change messages. DIRECTORY will be nil for